type net/http.http2outflow
11 uses
net/http (current package)
h2_bundle.go#L1382: type http2outflow struct {
h2_bundle.go#L1392: conn *http2outflow
h2_bundle.go#L1395: func (f *http2outflow) setConnFlow(cf *http2outflow) { f.conn = cf }
h2_bundle.go#L1397: func (f *http2outflow) available() int32 {
h2_bundle.go#L1405: func (f *http2outflow) take(n int32) {
h2_bundle.go#L1417: func (f *http2outflow) add(n int32) bool {
h2_bundle.go#L4437: flow http2outflow // conn-wide (not stream-specific) outbound flow control
h2_bundle.go#L4519: flow http2outflow // limits writing from Handler to client
h2_bundle.go#L7491: flow http2outflow // our conn-level flow control quota (cs.outflow is per stream)
h2_bundle.go#L7557: flow http2outflow // guarded by cc.mu
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |